PreviousNextTracker indexSee it online !

(194/212) 497 - Update C++ mode

Hi,

Could you please update the C++ mode to support C++11/14?
For example, "override" and "auto" are keywords.

Thanks,
AhLeung

Submitted ahlearn - 2015-01-19 06:56:00.095000 Assigned
Priority 5 Labels
Status open Group none
Resolution None

Comments

2015-08-08 14:17:35.551000
daleanson

I haven't done any serious C work in years. Are there other new key words? I've read that there are now binary literals and that long numbers can have separators to make them easier to read. What else is there that would affect syntax highlighting?

2015-08-08 18:12:12.154000
ahlearn

There are four new string literals introduced: http://en.cppreference.com/w/cpp/language/string_literal
I think the first three are easy to implement, but I don't know how to implement the last one (raw string literal, e.g., R"foo(Hello World)foo") using jedit mode.